Changeset 520 for trunk/src/lib


Ignore:
Timestamp:
10/03/16 17:45:46 (9 years ago)
Author:
epyon
Message:
  • ecs updates
  • animation updates
  • ragdoll manager
  • lua has own random engine
  • several minor fixes
  • particle engine/particle group
  • shitload of other stuff
  • bullet world
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gl.cc

    r501 r520  
    189189
    190190
    191         HWND hWndFake = CreateWindow(TEXT("Dummy67789"), "FAKE", WS_OVERLAPPEDWINDOW | WS_MAXIMIZE | WS_CLIPCHILDREN,
     191        HWND hWndFake = CreateWindowA("Dummy67789", "FAKE", WS_OVERLAPPEDWINDOW | WS_MAXIMIZE | WS_CLIPCHILDREN,
    192192                0, 0, CW_USEDEFAULT, CW_USEDEFAULT, NULL,
    193193                NULL, GetModuleHandle(nullptr), NULL);
     
    213213        wgl_makecurrent(hDC, hRCFake);
    214214
    215         LoadLibrary( "gdi32.dll" );
     215        LoadLibraryA( "gdi32.dll" );
    216216        bool gl_loaded = nv::load_gl_library( path );
    217217        bool wgl_loaded = nv::load_wgl_library( path );
Note: See TracChangeset for help on using the changeset viewer.