clear window workmask when queuing up window for destruction. All callbacks (except...
[freeglut] / include / GL / freeglut.h
index e881bfd..0e6f8c6 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef  FREEGLUT_H
-#define  FREEGLUT_H
+#ifndef  __FREEGLUT_H__
+#define  __FREEGLUT_H__
 
 /*
  * freeglut.h
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#include "glut.h"
+#include "freeglut_std.h"
 #include "freeglut_ext.h"
 
 /*** END OF FILE ***/
 
-#endif /* FREEGLUT_H */
-
+#endif /* __FREEGLUT_H__ */