Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
891305b9
Commit
891305b9
authored
Sep 05, 1999
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed __winelib flag.
parent
37c0217d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
19 deletions
+0
-19
windef.h
include/windef.h
+0
-6
main.c
loader/main.c
+0
-2
module.c
loader/module.c
+0
-9
main.c
miscemu/main.c
+0
-2
No files found.
include/windef.h
View file @
891305b9
...
...
@@ -426,12 +426,6 @@ typedef LRESULT (CALLBACK *WNDPROC)(HWND,UINT,WPARAM,LPARAM);
#define HFILE_ERROR16 ((HFILE16)-1)
#define HFILE_ERROR ((HFILE)-1)
/* Winelib run-time flag */
#ifdef __WINE__
extern
int
__winelib
;
#endif
/* __WINE__ */
/* The SIZE structure */
typedef
struct
...
...
loader/main.c
View file @
891305b9
...
...
@@ -54,8 +54,6 @@
DEFAULT_DEBUG_CHANNEL
(
server
)
int
__winelib
=
1
;
/* Winelib run-time flag */
/***********************************************************************
* Main initialisation routine
*/
...
...
loader/module.c
View file @
891305b9
...
...
@@ -1169,15 +1169,6 @@ BOOL WINAPI CreateProcessA( LPCSTR lpApplicationName, LPSTR lpCommandLine,
if
(
lpStartupInfo
->
dwFlags
&
STARTF_USEHOTKEY
)
FIXME_
(
module
)(
"(%s,...): STARTF_USEHOTKEY ignored
\n
"
,
name
);
/* When in WineLib, always fork new Unix process */
if
(
__winelib
)
{
retv
=
MODULE_CreateUnixProcess
(
name
,
tidy_cmdline
,
lpStartupInfo
,
lpProcessInfo
,
TRUE
);
HeapFree
(
GetProcessHeap
(),
0
,
tidy_cmdline
);
return
(
retv
);
}
/* Check for special case: second instance of NE module */
lstrcpynA
(
ofs
.
szPathName
,
name
,
sizeof
(
ofs
.
szPathName
)
);
...
...
miscemu/main.c
View file @
891305b9
...
...
@@ -109,8 +109,6 @@ int main( int argc, char *argv[] )
NE_MODULE
*
pModule
;
extern
char
*
DEBUG_argv0
;
__winelib
=
0
;
/* First of all, clear the Winelib flag */
/*
* Save this so that the internal debugger can get a hold of it if
* it needs to.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment