diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-01-22 17:14:14 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-01-22 17:14:14 +0000 |
commit | 44e4dadbfdd1118ff5a64d6195eaa168c29405a3 (patch) | |
tree | dcc1567f770147cc60635288818fa626e286f8f4 /cyclone/hammer/testmess.c | |
parent | eae942b7b4ed36f5f43edd20ae6abd9e923b96c0 (diff) |
replace MSW with proper macro: _WIN32 (http://msdn.microsoft.com/en-us/library/ff540443.aspx)
svn path=/trunk/externals/miXed/; revision=16955
Diffstat (limited to 'cyclone/hammer/testmess.c')
-rw-r--r-- | cyclone/hammer/testmess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/hammer/testmess.c b/cyclone/hammer/testmess.c index 46d62b7..cc7aa2b 100644 --- a/cyclone/hammer/testmess.c +++ b/cyclone/hammer/testmess.c @@ -7,7 +7,7 @@ #include "m_pd.h" #include "unstable/fragile.h" -#ifdef MSW +#ifdef _WIN32 #define snprintf _snprintf #endif |