Ignore:
Timestamp:
Dec 4, 2015, 2:13:09 PM (10 years ago)
Author:
rousseau
Message:

Rename 'PmApiTest' to 'ApiTestPm' (content) [apitest]

Location:
branches/swt/testapp/apitest/src
Files:
2 edited

Legend:

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

    r22108 r22109  
    11
    22/*****************************************************************************\
    3 * PmApiTest.cpp                                                               *
     3* ApiTestPm.cpp                                                               *
    44* --------------------------------------------------------------------------- *
    55* This is the PM version of the ApiTest program.                              *
     
    186186            };
    187187    PSZ     pszClassClient  = (PSZ) "PmMainWindow";             // Window Class Name
    188     PSZ     pszTitle        = (PSZ) "PmApiTest :: Main Window"; // Window Title
     188    PSZ     pszTitle        = (PSZ) "ApiTestPm :: Main Window"; // Window Title
    189189    ULONG   flStyleClient   = 0;                                // Style for Client Window
    190190    HWND    hwndFrame       = NULL;                             // Receives handle for Frame Window
     
    279279
    280280    /* App is terminating */
    281     printf("PmApiTest is terminating...\n");
     281    printf("ApiTestPm is terminating...\n");
    282282
    283283    /* Return our reply-code */
  • branches/swt/testapp/apitest/src/ApiTestPm.def

    r22108 r22109  
    11;##############################################################################
    2 ;# PmApiTest.def :: Module Definition file                                    #
     2;# ApiTestPm.def :: Module Definition file                                    #
    33;# -------------------------------------------------------------------------- #
    44;# PmApiTest is the PM version of the ApiTest program.                        #
     
    1010
    1111
    12 NAME            PmApiTest   WINDOWCOMPAT
     12NAME            ApiTestPm   WINDOWCOMPAT
    1313DESCRIPTION     'A Program to test the Odin32 API from Native PM'
    1414
Note: See TracChangeset for help on using the changeset viewer.