xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 19.08MB
    文件類型: .xz
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-26
  • 語言: 其他
  • 標簽: wine??

資源簡介

wine,是一款優秀的Linux系統平臺下的模擬器軟件,用來將Windows系統下的軟件在Linux系統下穩定運行,該軟件更新頻繁,日臻完善,可以運行許多大型Windows系統下的軟件。另外英語單詞wine是葡萄酒的意思。

資源截圖

代碼片段和文件信息

/*
?*?Implementation?of?the?AclEdit?Interface
?*
?*?Copyright?2006?Eric?Pouech
?*
?*?This?library?is?free?software;?you?can?redistribute?it?and/or
?*?modify?it?under?the?terms?of?the?GNU?Lesser?General?Public
?*?License?as?published?by?the?Free?Software?Foundation;?either
?*?version?2.1?of?the?License?or?(at?your?option)?any?later?version.
?*
?*?This?library?is?distributed?in?the?hope?that?it?will?be?useful
?*?but?WITHOUT?ANY?WARRANTY;?without?even?the?implied?warranty?of
?*?MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.??See?the?GNU
?*?Lesser?General?Public?License?for?more?details.
?*
?*?You?should?have?received?a?copy?of?the?GNU?Lesser?General?Public
?*?License?along?with?this?library;?if?not?write?to?the?Free?Software
?*?Foundation?Inc.?51?Franklin?St?Fifth?Floor?Boston?MA?02110-1301?USA
?*/

#include?

#include?“windef.h“
#include?“winbase.h“
#include?“winuser.h“
#include?“wfext.h“

#include?“wine/unicode.h“
#include?“wine/debug.h“

WINE_DEFAULT_DEBUG_CHANNEL(acledit);

/*****************************************************
?*?DllMain
?*/
BOOL?WINAPI?DllMain(HINSTANCE?hinstDLL?DWORD?fdwReason?LPVOID?lpvReserved)
{
????TRACE(“(%p?%d?%p)\n“?hinstDLL?fdwReason?lpvReserved);

????switch?(fdwReason)
????{
????case?DLL_WINE_PREATTACH:
????????return?FALSE;??/*?prefer?native?version?*/
????case?DLL_PROCESS_ATTACH:
????????DisableThreadLibraryCalls(?hinstDLL?);
????????break;
????}
????return?TRUE;
}

/***********************************************************************
?*??FMExtensionProcW?(acledit.@)
?*
?*/

LONG?WINAPI?FMExtensionProcW(HWND?hWnd?WORD?wEvent?LONG?lParam)
{
????FIXME(“(%p?%d?0x%x)?stub\n“?hWnd?wEvent?lParam);
????return?0;

}

評論

共有 條評論