mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Improvements to Win32 'using' field debugging
This commit is contained in:
parent
1a0e28af92
commit
b5b72df36a
3 changed files with 18 additions and 6 deletions
|
@ -3031,7 +3031,7 @@ void BfIRBuilder::CreateTypeDeclaration(BfType* type, bool forceDbgDefine)
|
|||
else
|
||||
{
|
||||
if (wantsDIPartialDef)
|
||||
typeName += "$part";
|
||||
typeName += "$part$";
|
||||
|
||||
// Will fill in later (during definition phase)
|
||||
int flags = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue