This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2024-11-03 13:25:57 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
cc25a266f2
reactos
/
dll
/
win32
/
browseui
/
dllinstall.c
11 lines
111 B
C
Raw
Normal View
History
Unescape
Escape
* Slap *some* sense into our header inclusions. * This significantly shrinks the dependency tracking data and the compiled objects size, which speeds up the whole build process (especially the incremental builds) accelerating the daily development as a result. * No intended code changes, ~27% smaller build. Enjoy ;) svn path=/trunk/; revision=58214
2013-01-24 23:00:42 +00:00
#
include
<windef.h>
merge most spec file changes from cmake branch svn path=/trunk/; revision=50657
2011-02-11 17:01:40 +00:00
HRESULT
WINAPI
DllInstall
(
BOOL
bInstall
,
PCWSTR
pszCmdLine
)
{
return
S_OK
;
}
Reference in a new issue
Copy permalink