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
e550ebe4
Commit
e550ebe4
authored
Dec 02, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 02, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the case of "Winelib".
parent
09e8daf5
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
10 deletions
+14
-10
DEVELOPERS-HINTS
DEVELOPERS-HINTS
+1
-1
dplay.h
include/dplay.h
+4
-2
dplobby.h
include/dplobby.h
+4
-2
prsht.h
include/prsht.h
+1
-1
obj_base.h
include/wine/obj_base.h
+3
-3
winnls.h
include/winnls.h
+1
-1
No files found.
DEVELOPERS-HINTS
View file @
e550ebe4
...
@@ -437,7 +437,7 @@ NAMING CONVENTIONS FOR NON-API FUNCTIONS AND TYPES
...
@@ -437,7 +437,7 @@ NAMING CONVENTIONS FOR NON-API FUNCTIONS AND TYPES
==================================================
==================================================
Functions and data which are internal to your code (or at least shouldn't be
Functions and data which are internal to your code (or at least shouldn't be
visible to any Wine
L
ib or Windows program) should be preceded by
visible to any Wine
l
ib or Windows program) should be preceded by
an identifier to the module:
an identifier to the module:
Examples:
Examples:
...
...
include/dplay.h
View file @
e550ebe4
#ifndef __WINE_DPLAY_H
#ifndef __WINE_DPLAY_H
#define __WINE_DPLAY_H
#define __WINE_DPLAY_H
/* FIXME: GCC doesn't yet support annon structures so some of the structures defined here don't match the sdk exactly.
/* FIXME: GCC doesn't yet support annon structures so some of the structures
* I've tried to come up with suitably terse names, but this file won't cut it for inclusion into a WineLib app.
* defined here don't match the sdk exactly. I've tried to come up with
* suitably terse names, but this file won't cut it for inclusion into a
* Winelib app.
*/
*/
#include "wine/obj_base.h"
#include "wine/obj_base.h"
...
...
include/dplobby.h
View file @
e550ebe4
#ifndef __WINE_DPLOBBY_H
#ifndef __WINE_DPLOBBY_H
#define __WINE_DPLOBBY_H
#define __WINE_DPLOBBY_H
/* FIXME: GCC doesn't yet support annon structures so some of the structures defined here don't match the sdk exactly.
/* FIXME: GCC doesn't yet support annon structures so some of the structures
* I've tried to come up with suitably terse names, but this file won't cut it for inclusion into a WineLib app.
* defined here don't match the sdk exactly. I've tried to come up with
* suitably terse names, but this file won't cut it for inclusion into a
* Winelib app.
*/
*/
#include "dplay.h"
#include "dplay.h"
...
...
include/prsht.h
View file @
e550ebe4
...
@@ -178,7 +178,7 @@ HPROPSHEETPAGE WINAPI CreatePropertySheetPageW(LPCPROPSHEETPAGEW);
...
@@ -178,7 +178,7 @@ HPROPSHEETPAGE WINAPI CreatePropertySheetPageW(LPCPROPSHEETPAGEW);
BOOL
WINAPI
DestroyPropertySheetPage
(
HPROPSHEETPAGE
hPropPage
);
BOOL
WINAPI
DestroyPropertySheetPage
(
HPROPSHEETPAGE
hPropPage
);
/*
/*
* Property sheet support (UNICODE-Wine
L
ib)
* Property sheet support (UNICODE-Wine
l
ib)
*/
*/
DECL_WINELIB_TYPE_AW
(
PROPSHEETPAGE
)
DECL_WINELIB_TYPE_AW
(
PROPSHEETPAGE
)
...
...
include/wine/obj_base.h
View file @
e550ebe4
...
@@ -17,12 +17,12 @@
...
@@ -17,12 +17,12 @@
* define the ICOM_USE_COM_INTERFACE_ATTRIBUTE macro below. This may also
* define the ICOM_USE_COM_INTERFACE_ATTRIBUTE macro below. This may also
* require the addition of the -vtable-thunks option for g++.
* require the addition of the -vtable-thunks option for g++.
*
*
* If you aren't interested in Wine
Lib C++ compata
bility at all, leave both
* If you aren't interested in Wine
lib C++ compati
bility at all, leave both
* options off.
* options off.
*
*
* The preferable method for using ICOM_USE_COM_INTERFACE_ATTRIBUTE macro
* The preferable method for using ICOM_USE_COM_INTERFACE_ATTRIBUTE macro
* would be to define it only for your Wine
L
ib application. This allows you
* would be to define it only for your Wine
l
ib application. This allows you
* to have both binary and Wine
L
ib compatibility for C and C++ at the same
* to have both binary and Wine
l
ib compatibility for C and C++ at the same
* time :)
* time :)
*/
*/
/* #define ICOM_MSVTABLE_COMPAT 1 */
/* #define ICOM_MSVTABLE_COMPAT 1 */
...
...
include/winnls.h
View file @
e550ebe4
...
@@ -185,7 +185,7 @@ extern "C" {
...
@@ -185,7 +185,7 @@ extern "C" {
/* internal flags for GetDateFormat system */
/* internal flags for GetDateFormat system */
#define DATE_DATEVARSONLY 0x00000100
/* only date stuff: yMdg */
#define DATE_DATEVARSONLY 0x00000100
/* only date stuff: yMdg */
#define TIME_TIMEVARSONLY 0x00000200
/* only time stuff: hHmst */
#define TIME_TIMEVARSONLY 0x00000200
/* only time stuff: hHmst */
/* use this in a Wine
L
ib program if you really want all types */
/* use this in a Wine
l
ib program if you really want all types */
#define LOCALE_TIMEDATEBOTH 0x00000300
/* full set */
#define LOCALE_TIMEDATEBOTH 0x00000300
/* full set */
/* Tests that we currently implement */
/* Tests that we currently implement */
...
...
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