Changeset 72980


Ignore:
Timestamp:
Jul 12, 2018, 7:39:14 AM (6 years ago)
Author:
hcho
Message:

ogsf: Replace wingdi.h with windows.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • grass/trunk/lib/ogsf/gsd_prim.c

    r72974 r72980  
    3333#include <GL/gl.h>
    3434#include <GL/glu.h>
    35 #include <wingdi.h>
     35#define WIN32_LEAN_AND_MEAN
     36#include <windows.h>
     37#undef WIN32_LEAN_AND_MEAN
    3638#endif
    3739
     
    461463/*!
    462464   \brief Draw to the back buffer
     465   \param bool non-zero for enable otherwise disable back buffer
    463466 */
    464467void gsd_backbuffer(void)
Note: See TracChangeset for help on using the changeset viewer.