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

  /external/qemu/distrib/sdl-1.2.12/include/
begin_code.h 35 #ifndef DECLSPEC
38 # define DECLSPEC __declspec(dllexport)
40 # define DECLSPEC __declspec(export)
45 # define DECLSPEC
47 # define DECLSPEC __declspec(dllimport)
50 # define DECLSPEC __declspec(dllexport)
55 # define DECLSPEC __declspec(dllexport)
57 # define DECLSPEC
60 # define DECLSPEC
64 # define DECLSPEC __attribute__ ((visibility("default"))
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
begin_code.h 35 #ifndef DECLSPEC
38 # define DECLSPEC __declspec(dllexport)
40 # define DECLSPEC __declspec(export)
45 # define DECLSPEC
47 # define DECLSPEC __declspec(dllimport)
50 # define DECLSPEC __declspec(dllexport)
55 # define DECLSPEC __declspec(dllexport)
57 # define DECLSPEC
60 # define DECLSPEC
64 # define DECLSPEC __attribute__ ((visibility("default"))
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
begin_code.h 35 #ifndef DECLSPEC
38 # define DECLSPEC __declspec(dllexport)
40 # define DECLSPEC __declspec(export)
45 # define DECLSPEC
47 # define DECLSPEC __declspec(dllimport)
50 # define DECLSPEC __declspec(dllexport)
55 # define DECLSPEC __declspec(dllexport)
57 # define DECLSPEC
60 # define DECLSPEC
64 # define DECLSPEC __attribute__ ((visibility("default"))
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
begin_code.h 40 #ifndef DECLSPEC
43 # define DECLSPEC __declspec(dllexport)
45 # define DECLSPEC __declspec(export)
51 # define DECLSPEC
53 # define DECLSPEC __declspec(dllimport)
56 # define DECLSPEC __declspec(dllexport)
59 # define DECLSPEC
73 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
75 #undef DECLSPEC
76 #define DECLSPEC
    [all...]
  /prebuilt/windows/sdl/include/SDL/
begin_code.h 35 #ifndef DECLSPEC
38 # define DECLSPEC __declspec(dllexport)
40 # define DECLSPEC __declspec(export)
45 # define DECLSPEC
47 # define DECLSPEC __declspec(dllimport)
50 # define DECLSPEC __declspec(dllexport)
55 # define DECLSPEC __declspec(dllexport)
57 # define DECLSPEC
60 # define DECLSPEC
64 # define DECLSPEC __attribute__ ((visibility("default"))
    [all...]

Completed in 57 milliseconds