mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
364 B
25 lines
364 B
/*
|
|
Enhanced NCSA Mosaic from Spyglass
|
|
"Guitar"
|
|
|
|
Copyright 1994 Spyglass, Inc.
|
|
All Rights Reserved
|
|
|
|
Author(s):
|
|
Jeff Hostetler [email protected]
|
|
*/
|
|
|
|
/* gvars.h
|
|
definition of global variables. */
|
|
|
|
#ifndef _H_WIN32GUI_GVARS_H_
|
|
#define _H_WIN32GUI_GVARS_H_
|
|
|
|
#ifndef GTR_GLOBAL
|
|
#define GTR_GLOBAL extern
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
/*_H_WIN32GUI_GVARS_H_*/
|