Ignore:
Timestamp:
Jun 3, 2012, 3:57:58 PM (11 years ago)
Author:
sam
Message:

nacl: remove our old hack of #including the file containing main() from
the NaCl instance object. Now we properly override main() and we can at
last build all the executables as NaCl binaries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/platform/nacl/nacl_instance.h

    r1087 r1435  
    4646
    4747    ivec2 m_size;
     48
     49private:
     50    static void CallIntMainWrappers(int argc, char const* argn[]);
     51    static void CallVoidMainWrappers(int argc, char const* argn[]);
    4852};
    4953
Note: See TracChangeset for help on using the changeset viewer.