Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 439 → Rev 206

/trunk/manifest.h
18,9 → 18,6
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
 
#ifndef MANIFEST_H_
#define MANIFEST_H_
 
#include <windows.h>
 
#ifndef ACTCTX_FLAG_RESOURCE_NAME_VALID
57,5 → 54,3
extern BOOL ActivateManifest(HMODULE hModule, int manifestResourceID, PManifestActivationCtx vars);
 
extern BOOL DeactivateManifest(PManifestActivationCtx vars);
 
#endif