diff options
author | Philippe Houdoin <[email protected]> | 2004-08-14 10:27:08 +0000 |
---|---|---|
committer | Philippe Houdoin <[email protected]> | 2004-08-14 10:27:08 +0000 |
commit | a041e62418a72f0fd379e50263e1c9d2e6c6bb55 (patch) | |
tree | 578847e0704507461122c73f5fff867e284a5c37 /src/glut/beos/glutstroke.h | |
parent | fad0e5d448d9a2b55a7faa3fcb569470c381fb4b (diff) |
Update to Jake Hamby's BeOS GLUT 3.7 port.
Diffstat (limited to 'src/glut/beos/glutstroke.h')
-rw-r--r-- | src/glut/beos/glutstroke.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/glut/beos/glutstroke.h b/src/glut/beos/glutstroke.h index 4712ebbde97..cbc9e156fea 100644 --- a/src/glut/beos/glutstroke.h +++ b/src/glut/beos/glutstroke.h @@ -7,8 +7,9 @@ and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ -#if defined(WIN32) -#pragma warning (disable:4244) +#if defined(_WIN32) +#pragma warning (disable:4244) /* disable bogus conversion warnings */ +#pragma warning (disable:4305) /* VC++ 5.0 version of above warning. */ #endif typedef struct { |