misc/winutils/include/SDL_loadso.h
changeset 10017 de822cd3df3a
parent 7809 7d4fb2f35f4f
equal deleted inserted replaced
10015:4feced261c68 10017:de822cd3df3a
    23 /** @file SDL_loadso.h
    23 /** @file SDL_loadso.h
    24  *  System dependent library loading routines
    24  *  System dependent library loading routines
    25  */
    25  */
    26 
    26 
    27 /** @file SDL_loadso.h
    27 /** @file SDL_loadso.h
    28  *  Some things to keep in mind:                                        
    28  *  Some things to keep in mind:
    29  *  - These functions only work on C function names.  Other languages may
    29  *  - These functions only work on C function names.  Other languages may
    30  *    have name mangling and intrinsic language support that varies from
    30  *    have name mangling and intrinsic language support that varies from
    31  *    compiler to compiler.
    31  *    compiler to compiler.
    32  *  - Make sure you declare your function pointers with the same calling
    32  *  - Make sure you declare your function pointers with the same calling
    33  *    convention as the actual library function.  Your code will crash
    33  *    convention as the actual library function.  Your code will crash