Ignore:
Timestamp:
Mar 18, 2016, 6:40:07 PM (10 years ago)
Author:
rousseau
Message:

Small fix with regard to casting [apitest]

Also added FC front-end menus for the other platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/testapp/apitest/src/ApiTestWin.cpp

    r22119 r22127  
    7979                    hwnd,                               // Owner Window
    8080                    (HMENU)ID_EXIT,                     // Button ID
    81                     (HANDLE)NULL,                       // Module Instance
     81                    (HINSTANCE)NULL,                    // Module Instance
    8282                    (LPVOID)NULL                        // Create Structure (NA)
    8383                );
     
    348348        (HWND)0,                        // Owner Window
    349349        (HMENU)0,                       // Menu Handle
    350         hInstance,                      // Module Instance
     350        (HINSTANCE)hInstance,           // Module Instance
    351351        NULL                            // Create Structure
    352352    );
Note: See TracChangeset for help on using the changeset viewer.