Ignore:
Timestamp:
Feb 9, 2016, 12:57:21 PM (10 years ago)
Author:
rousseau
Message:

Made code-generator use 'lf' for source related files [apitest]

This is more consistent with Odin sources, which also use 'lf'.

File:
1 edited

Legend:

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

    r22112 r22113  
    179179                lres = 0;
    180180            } while (0);
    181                
     181
    182182            //lres = DefWindowProc(hwnd, msg, wparam, lparam);
    183183            break;
     
    258258    /* Register the class of the Main Window */
    259259    RegisterClass(&wc);
    260  
     260
    261261    /* Create the Main Window */
    262262    hwnd = CreateWindow(
    263263        MainWndClass,                   // Our Window Class
    264         "ApiTestOdin :: Main Window [generated:201601252233]",  // Caption Text
     264        "ApiTestOdin :: Main Window [generated:201602071054]",  // Caption Text
    265265        WS_OVERLAPPEDWINDOW,            // Window Stype
    266266        100,                            // The x-pos from ulc
     
    303303    printf("\n");
    304304    printf("%s\n","###############################################################################");
    305     printf("%s\n","# This is the Odin variant of ApiTest                    version.201601252233 #");
     305    printf("%s\n","# This is the Odin variant of ApiTest                    version.201602071054 #");
    306306    printf("%s\n","###############################################################################");
    307307    printf("\n");
Note: See TracChangeset for help on using the changeset viewer.