Changeset 612


Ignore:
Timestamp:
Feb 8, 2011, 2:27:52 PM (12 years ago)
Author:
sam
Message:

Win32 compilation fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/monsterz/title.cpp

    r424 r612  
    1111#if defined HAVE_CONFIG_H
    1212#   include "config.h"
     13#endif
     14
     15#ifdef WIN32
     16#   define _USE_MATH_DEFINES /* for M_PI */
     17#   define WIN32_LEAN_AND_MEAN
     18#   include <windows.h>
    1319#endif
    1420
Note: See TracChangeset for help on using the changeset viewer.