SDL_windows.h is no longer necessary
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401437
This commit is contained in:
parent
83090323ef
commit
883b235150
27 changed files with 59 additions and 68 deletions
|
@ -30,6 +30,14 @@
|
|||
|
||||
#if defined(_MSC_VER)
|
||||
|
||||
#ifndef __FLTUSED__
|
||||
#define __FLTUSED__
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
__declspec(selectany) int _fltused=1;
|
||||
#endif
|
||||
|
||||
/* Float to long */
|
||||
void __declspec(naked) _ftol()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue