Diff

Not logged in

Differences From Artifact [c2d888a3830db302]:

To Artifact [8bbe4efdd1d3598d]:


81 81 if( r < 0 ) // このダミーDLLでは処理できないコマンドだった時 82 82 return api!(typeof(&Bga))("Bga")(a,b,c,d); 83 83 return r; 84 84 } 85 85 86 86 WORD QBgaGetVersion() 87 87 { 88 - return 4; 88 + return 5; 89 89 } 90 90 91 91 WORD BgaGetVersion() 92 92 { 93 93 return api!(typeof(&BgaGetVersion))("BgaGetVersion")(); 94 94 } 95 95