HomeSort by relevance Sort by last modified time
    Searched defs:DECLSPEC (Results 1 - 4 of 4) sorted by null

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
begin_code.h 45 #ifndef DECLSPEC
49 # define DECLSPEC
51 # define DECLSPEC __declspec(dllimport)
54 # define DECLSPEC __declspec(dllexport)
58 # define DECLSPEC __attribute__ ((visibility("default")))
60 # define DECLSPEC __declspec(dllexport)
62 # define DECLSPEC
76 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
78 #undef DECLSPEC
79 #define DECLSPEC
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
begin_code.h 45 #ifndef DECLSPEC
49 # define DECLSPEC
51 # define DECLSPEC __declspec(dllimport)
54 # define DECLSPEC __declspec(dllexport)
58 # define DECLSPEC __attribute__ ((visibility("default")))
60 # define DECLSPEC __declspec(dllexport)
62 # define DECLSPEC
76 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
78 #undef DECLSPEC
79 #define DECLSPEC
    [all...]
  /prebuilts/misc/windows/sdl2/include/
begin_code.h 45 #ifndef DECLSPEC
49 # define DECLSPEC
51 # define DECLSPEC __declspec(dllimport)
54 # define DECLSPEC __declspec(dllexport)
58 # define DECLSPEC __attribute__ ((visibility("default")))
60 # define DECLSPEC __declspec(dllexport)
62 # define DECLSPEC
76 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
78 #undef DECLSPEC
79 #define DECLSPEC
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
begin_code.h 45 #ifndef DECLSPEC
49 # define DECLSPEC
51 # define DECLSPEC __declspec(dllimport)
54 # define DECLSPEC __declspec(dllexport)
58 # define DECLSPEC __attribute__ ((visibility("default")))
60 # define DECLSPEC __declspec(dllexport)
62 # define DECLSPEC
76 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
78 #undef DECLSPEC
79 #define DECLSPEC
    [all...]

Completed in 149 milliseconds