dougt%meer.net 1b08d42d2f Adding default prompt service.
Fixed message box dialogs from being hidden.
Fixed PPC Connections from blocking too long when starting app.
Fixed startup problem where multiple clicking on application would cause no application to launch.  This problem might still existin in the build.
Attempting to handle resize events via (WM_SIZE) messages
Initial check in of all.js for wince.

WINDOWS CE ONLY.  Not part of default build.


git-svn-id: svn://10.0.0.236/trunk@172524 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 23:12:12 +00:00

10 lines
228 B
C
Executable File

#include "nsIFactory.h"
#include "nsIPromptService.h"
#define NS_PROMPTSERVICE_CID \
{0xa2112d6a, 0x0e28, 0x421f, {0xb4, 0x6a, 0x25, 0xc0, 0xb3, 0x8, 0xcb, 0xd0}}
nsresult NS_NewPromptServiceFactory(nsIFactory** aFactory);