Ignore:
Timestamp:
Dec 20, 2002, 12:39:43 PM (23 years ago)
Author:
sandervl
Message:

Don't display message boxes for module load errors. Pass errors back to the PE loader.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagebase.h

    r7811 r9537  
    1 /* $Id: winimagebase.h,v 1.21 2002-02-06 16:33:39 sandervl Exp $ */
     1/* $Id: winimagebase.h,v 1.22 2002-12-20 11:39:41 sandervl Exp $ */
    22
    33/*
     
    1616#include <peexe.h>
    1717#include "queue.h"
     18#include <odinpe.h>
    1819#ifdef OS2_INCLUDED
    1920#include <winconst.h>
     
    2930
    3031#define ID_GETFIRST             0xF0000000
    31 
    32 #ifndef ENUMRESNAMEPROC
    33     typedef BOOL (* CALLBACK ENUMRESTYPEPROCA)(HMODULE,LPSTR,LONG);
    34     typedef BOOL (* CALLBACK ENUMRESTYPEPROCW)(HMODULE,LPWSTR,LONG);
    35     typedef BOOL (* CALLBACK ENUMRESNAMEPROCA)(HMODULE,LPCSTR,LPSTR,LONG);
    36     typedef BOOL (* CALLBACK ENUMRESNAMEPROCW)(HMODULE,LPCWSTR,LPWSTR,LONG);
    37     typedef BOOL (* CALLBACK ENUMRESLANGPROCA)(HMODULE,LPCSTR,LPCSTR,WORD,LONG);
    38     typedef BOOL (* CALLBACK ENUMRESLANGPROCW)(HMODULE,LPCWSTR,LPCWSTR,WORD,LONG);
    39 #endif
    4032
    4133class Win32Resource;
Note: See TracChangeset for help on using the changeset viewer.